home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00174_Mixer- Keyboard Selector.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
325 b
|
13 lines
on mouseUp
global gWhichKeyboard
set the volume of sound 12 to 0
set gWhichKeyboard to the clickOn
repeat with i = 19 to 23
puppetSprite(i, 1)
set the foreColor of sprite i to 255
end repeat
set the foreColor of sprite gWhichKeyboard to 226
updateStage()
set gWhichKeyboard to gWhichKeyboard - 18
end